Skip to content

Add minimum version checks for Go and Node#12

Merged
vidya381 merged 3 commits intomainfrom
feature/version-checks
Mar 2, 2026
Merged

Add minimum version checks for Go and Node#12
vidya381 merged 3 commits intomainfrom
feature/version-checks

Conversation

@vidya381
Copy link
Owner

@vidya381 vidya381 commented Mar 2, 2026

Closes #5

Go → reads the go directive from go.mod and compares against installed version.
Node → reads .nvmrc first, falls back to engines.node in package.json.

Both return skipped if no version requirement is found.

@vidya381 vidya381 merged commit 1840b6a into main Mar 2, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add minimum version checks for Go and Node

1 participant